home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product2 / adblock-0.5.2.039-fx.xpi / chrome / adblock.jar / content / warnregexpdialog.js < prev    next >
Encoding:
Text File  |  2002-12-27  |  174 b   |  6 lines

  1. function returnResult(cancelled) {
  2.     var checkbox = document.getElementById("warn");
  3.     var warn = checkbox.checked;    
  4.     window.arguments[0](cancelled, warn);
  5.     return true;
  6. }